Xbasic

DISKSPACE Function

Syntax

Bytes_Available as N = DISKSPACE()

Description

DISKSPACE() returns the number of unused bytes on the disk where the current table is stored.

Example

diskspace() -> 22028238.000000, if there are 22,028,238 bytes free on the disk.

See Also